void *remove_player(int i)
Parameter | Type | Description |
---|---|---|
i | int | player index |
Returns the data associated with the player when the player was created.
This function removes a player from the game. The parameter i must be the index of the player in the players array.